Problem:
a(x1) -> b(x1)
a(c(x1)) -> c(c(c(a(b(x1)))))
b(b(x1)) -> a(x1)
Proof:
Bounds Processor:
bound: 3
enrichment: match
automaton:
final states: {3,2}
transitions:
c1(15) -> 16*
c1(14) -> 15*
c1(16) -> 17*
a1(13) -> 14*
b1(4) -> 5*
b2(18) -> 19*
a0(1) -> 2*
a2(24) -> 25*
b0(1) -> 3*
b3(28) -> 29*
c0(1) -> 1*
1 -> 4*
4 -> 24*
5 -> 13,2
13 -> 18*
17 -> 25,19,2
19 -> 14*
24 -> 28*
25 -> 19,14
29 -> 25,19
problem:
Qed